home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 38 / Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso / -seriously_amiga- / programming / other / wild / developer / examples / src / kube / debugoutput.h next >
Text File  |  1999-01-25  |  99b  |  9 lines

  1.  
  2. #define DebugOut(mz)     \
  3. ({            \
  4.  if (debugfh)        \
  5.   {            \
  6.    FPuts(debugfh,mz);    \
  7.   }            \
  8. })                
  9.